Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC proof of concept #1737

Closed
wants to merge 1 commit into from
Closed

Conversation

RebeccaMahany
Copy link
Contributor

Not reviewable in its current state

@@ -100,6 +101,7 @@ func New(ctx context.Context, k types.Knapsack) (*localServer, error) {
ecAuthedMux.Handle("/query.png", ls.requestQueryHandler())
ecAuthedMux.Handle("/scheduledquery", ls.requestScheduledQueryHandler())
ecAuthedMux.Handle("/scheduledquery.png", ls.requestScheduledQueryHandler())
ecAuthedMux.Handle("/webrtc", ls.webrtcHandler())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this would want to be outside the authed mux.

@RebeccaMahany RebeccaMahany deleted the becca/webrtc branch June 6, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants